home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Najgorsze komunikatory / Tlen.pl / tleninst60255.exe / tlen.exe / 0 / RCDATA / TSKINCHATWINDOW / TSKINCHATWINDOW.txt
Text File  |  2007-09-27  |  2KB  |  83 lines

  1. object SkinChatWindow: TSkinChatWindow
  2.   Left = 223
  3.   Top = 167
  4.   AutoScroll = False
  5.   BorderIcons = []
  6.   ClientHeight = 270
  7.   ClientWidth = 408
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   ShowHint = True
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnResize = FormResize
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Memo1: TMemo
  24.     Left = 16
  25.     Top = 130
  26.     Width = 305
  27.     Height = 39
  28.     Align = alCustom
  29.     Ctl3D = True
  30.     Font.Charset = EASTEUROPE_CHARSET
  31.     Font.Color = clWindowText
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     ParentCtl3D = False
  36.     ParentFont = False
  37.     TabOrder = 0
  38.     OnChange = Memo1Change
  39.     OnContextPopup = Memo1ContextPopup
  40.     OnKeyDown = Memo1KeyDown
  41.     OnKeyPress = Memo1KeyPress
  42.   end
  43.   object Timer1: TTimer
  44.     Interval = 14400000
  45.     OnTimer = Timer1Timer
  46.     Left = 56
  47.     Top = 16
  48.   end
  49.   object WritingNotificationTimer: TTimer
  50.     Interval = 5000
  51.     OnTimer = WritingNotificationTimerTimer
  52.     Left = 104
  53.     Top = 16
  54.   end
  55.   object Timer2: TTimer
  56.     Interval = 300
  57.     OnTimer = Timer2Timer
  58.     Left = 56
  59.     Top = 56
  60.   end
  61.   object ColorDialog1: TColorDialog
  62.     Ctl3D = True
  63.     Left = 104
  64.     Top = 56
  65.   end
  66.   object Timer5: TTimer
  67.     OnTimer = Timer5Timer
  68.     Left = 144
  69.     Top = 16
  70.   end
  71.   object SaveDialog1: TSaveDialog
  72.     Left = 144
  73.     Top = 56
  74.   end
  75.   object FlashTabsTimer: TTimer
  76.     Enabled = False
  77.     Interval = 700
  78.     OnTimer = FlashTabsTimerTimer
  79.     Left = 192
  80.     Top = 16
  81.   end
  82. end
  83.